fuzzy-matching - definição. O que é fuzzy-matching. Significado, conceito
Diclib.com
Dicionário Online

O que (quem) é fuzzy-matching - definição

ALGORITHM FOR FINDING STRINGS THAT MATCH A PATTERN APPROXIMATELY
Fuzzy string searching; Fuzzy search; Fuzzy searching; Fuzzy string matching; Fuzzy finder; Approximate substring matching; Approximately matching strings; Fzf; FZF
  • A fuzzy Mediawiki search for "angry emoticon" has as a suggested result "andré emotions"

Approximate string matching         
In computer science, approximate string matching (often colloquially referred to as fuzzy string searching) is the technique of finding strings that match a pattern approximately (rather than exactly). The problem of approximate string matching is typically divided into two sub-problems: finding approximate substring matches inside a given string and finding dictionary strings that match the pattern approximately.
fuzzy subset         
  • Some Key Developments in the Introduction of Fuzzy Set Concepts.<ref name="CADsurvey"/>
SETS WHOSE ELEMENTS HAVE DEGREES OF MEMBERSHIP
Fuzzy sets; Fuzzy set theory; Fuzzification; Fuzzy subset; Credibility(fuzzy); Fuzzy category; Goguen category; Fuzzy Sets; Fuzzy relation equation; Pythagorean fuzzy set; Degree of membership; Uncertain set
In fuzzy logic, a fuzzy subset F of a set S is defined by a "membership function" which gives the degree of membership of each element of S belonging to F.
Bracket matching         
A SYNTAX HIGHLIGHTING FEATURE OF CERTAIN TEXT EDITORS AND INTEGRATED DEVELOPMENT ENVIRONMENTS THAT HIGHLIGHTS MATCHING PAIRS OF BRACKETS.
Braces matching; Brace matching
Bracket matching, also known as brace matching or parentheses matching, is a syntax highlighting feature of certain text editors and integrated development environments that highlights matching sets of brackets (square brackets, curly brackets, or parentheses) in languages such as Java, JavaScript, and C++ that use them. The purpose is to help the programmer navigate through the code and also spot any improper matching, which would cause the program to not compile or malfunction.

Wikipédia

Approximate string matching

In computer science, approximate string matching (often colloquially referred to as fuzzy string searching) is the technique of finding strings that match a pattern approximately (rather than exactly). The problem of approximate string matching is typically divided into two sub-problems: finding approximate substring matches inside a given string and finding dictionary strings that match the pattern approximately.